翻訳と辞書
Words near each other
・ Line of succession to the former Yugoslav throne
・ Line of succession to the French throne (Bonapartist)
・ Line of succession to the French throne (Orléanist)
・ Line of succession to the Japanese throne
・ Line of succession to the Jordanian throne
・ Line of succession to the Liechtensteiner throne
・ Line of succession to the Luxembourger throne
・ Line of succession to the Malaysian throne
・ Line of succession to the Monegasque throne
・ Line D (Rome Metro)
・ Line dance
・ Line Daugaard
・ Line Defense
・ Line Delimited JSON
・ Line Describing a Cone
Line discipline
・ Line doubler
・ Line drawing
・ Line drawing algorithm
・ Line drive
・ Line driver
・ Line E (Buenos Aires Underground)
・ Line echo wave pattern
・ Line editor
・ Line element
・ Line Engaged
・ Line engraving
・ Line F (Buenos Aires Underground)
・ Line field
・ Line filter


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Line discipline : ウィキペディア英語版
Line discipline
A line discipline (LDISC) is a layer in the terminal subsystem in some Unix-like systems.〔(The TTY demystified )〕 The terminal subsystem consists of three layers: the upper layer to provide the character device interface, the lower hardware driver to communicate with the hardware or pseudo terminal, and the middle line discipline to specify a policy for the driver.
The line discipline glues the low level device driver code with the high level generic interface routines (such as read(2), write(2) and ioctl(2)), and is responsible for implementing the semantics associated with the device. The policy is separated from the device driver so that the same serial hardware driver can be used by devices that require different data handling.
For example, the standard line discipline processes the data it receives from the hardware driver and from applications writing to the device according to the requirements of a terminal on a Unix-like system. On input, it handles special characters such as the interrupt character (typically Control-C) and the erase and kill characters (typically backspace or delete, and Control-U, respectively) and, on output, it replaces all the LF characters with a CR/LF sequence.
A serial port could also be used for a dial-up Internet connection using a serial modem and PPP. In this case, a PPP line discipline would be used; it would accumulate input data from the serial line into PPP input packets, delivering them to the networking stack rather than to the character device, and would transmit packets delivered to it by the networking stack on the serial line.
Some Unix-like systems use STREAMS to implement line disciplines.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Line discipline」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.